From 9b64ff7f387a56e81bb3be42c267d9f4fe0e6728 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Sep 2005 18:56:55 +0000 Subject: [PATCH] More typo fixes --- ChangeLog | 3 ++- ChangeLog.pre-2-10 | 3 ++- gtk/gtkiconview.c | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4120cf1b4a..ce73bde5aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,8 +3,9 @@ * gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data in multiple places to avoid segfaults if the index is out of range. (#316422, Guillaume Cottenceau) + (gtk_icon_view_set_drag_dest_item): (gtk_icon_view_scroll_to_path): Fix a typo in the docs. (#316419, - Guillaume Cottenceau) + #316424, Guillaume Cottenceau) 2005-09-18 Hans Breuer diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 4120cf1b4a..ce73bde5aa 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -3,8 +3,9 @@ * gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data in multiple places to avoid segfaults if the index is out of range. (#316422, Guillaume Cottenceau) + (gtk_icon_view_set_drag_dest_item): (gtk_icon_view_scroll_to_path): Fix a typo in the docs. (#316419, - Guillaume Cottenceau) + #316424, Guillaume Cottenceau) 2005-09-18 Hans Breuer diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index 02d76b4fdd..97bccbdea0 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -6476,7 +6476,7 @@ gtk_icon_view_unset_model_drag_dest (GtkIconView *icon_view) * gtk_icon_view_set_drag_dest_item: * @icon_view: a #GtkIconView * @path: The path of the item to highlight, or %NULL. - * @pos: Specifies whether to drop, relative to the item + * @pos: Specifies where to drop, relative to the item * * Sets the item that is highlighted for feedback. * -- 2.30.2